Operation Seam.GetCurrentDocument (UI Current Document)
In component org.nuxeo.ecm.automation.jsf.contrib
Description
Get the current Document from the UI context.
Operation id | Seam.GetCurrentDocument |
---|---|
Category | Fetch |
Label | UI Current Document |
Requires | Seam |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | document |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.jsf.operations.GetCurrentDocument |
---|---|
Contributing Component | org.nuxeo.ecm.automation.jsf.contrib |
JSON Definition
{ "id" : "Seam.GetCurrentDocument", "label" : "UI Current Document", "category" : "Fetch", "requires" : "Seam", "description" : "Get the current Document from the UI context.", "url" : "Seam.GetCurrentDocument", "signature" : [ "void", "document" ], "params" : [ ] }